home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Mac OS 8.5 Updaters / RealPC⁄Soft Windows / SoftWindows / SoftWindows Upgrade Disk / INSIGNIA / FOR_W95 / INF / INS_ESDI.INF next >
Encoding:
Windows Setup INFormation  |  1998-08-24  |  1.2 KB  |  60 lines

  1. ;
  2. ;       Name:           u.ins_esdi.inf
  3. ;
  4. ;       Derived From:   (original)
  5. ;
  6. ;       Author:         Dave Williams
  7. ;
  8. ;       Created On:     Dec 1995
  9. ;
  10. ;       Sccs ID:        @(#)u.ins_esdi.inf    1.5 08/06/97
  11. ;
  12. ;       Coding Stds     2.0
  13. ;
  14. ;       Purpose:        Inf file for the insignia esdi port driver.
  15. ;
  16. ;       Copyright Insignia Solutions Plc., 1995.  All rights reserved.
  17. ;
  18.  
  19. [Version]
  20. Signature=$CHICAGO$
  21. Class=hdc
  22. Provider=%Mfg%
  23.  
  24. [ClassInstall]
  25.  
  26. [DestinationDirs]
  27. DefaultDestDir=12    ; WINDOWS/SYSTEM/IOSYSTEM
  28.  
  29. [Manufacturer]
  30. %Mfg%=SECTION_0
  31.  
  32. [SECTION_0]
  33. ; We don't list any compatible devices. Specifically, *PNP0600 is incompatible.
  34. %*ISL060A.DeviceDesc%=Insignia,*ISL060A
  35.  
  36. [Insignia]
  37. CopyFiles=Insignia.Copy
  38. AddReg=Insignia.AddReg
  39. LogConfig=Insignia.LogConfig
  40.  
  41. [Insignia.Copy]
  42. ins_esdi.pdr
  43.  
  44. [Insignia.AddReg]
  45. HKR,,DevLoader,0,*IOS
  46. HKR,,PortDriver,0,ins_esdi.pdr
  47.  
  48. ; Config must agree with pnpbios.c
  49. ; for the relevant PNP device code
  50. ;
  51. [Insignia.LogConfig]
  52. ConfigPriority=HARDWIRED
  53. IOConfig=1f0-1f7(3ff::)
  54. IRQConfig=S:14
  55.  
  56. [Strings]
  57. Mfg="Insignia Solutions"
  58. *ISL060A.DeviceDesc="Insignia Solutions ESDI Disk Controller"
  59. InstallDisk="Insignia Solutions Disk Drivers"
  60.